Use gtk_aspect_frame_set_child throughout
authorMatthias Clasen <mclasen@redhat.com>
Fri, 1 May 2020 18:53:55 +0000 (14:53 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 4 May 2020 21:01:18 +0000 (17:01 -0400)
commit1f63896c6b9d01930bb3ab04eb0bdd528eb46ab9
treefa266f852c3a86e7125d504557c5693244b1eb8c
parente13715252006a0ecae4a513535c3e0d680291eac
Use gtk_aspect_frame_set_child throughout

Replace all uses of gtk_container_add on aspect frames
by gtk_aspect_frame_set_child.
demos/gtk-demo/sliding_puzzle.c